home *** CD-ROM | disk | FTP | other *** search
/ <GEEK> 1 / GEEK1.ISO / geekko / dos.dxr / 00002_dOS TEXT.ls < prev    next >
Encoding:
Text File  |  1997-05-24  |  77 b   |  7 lines

  1. on keyUp
  2.   if the key = "t" then
  3.     go("exit")
  4.   end if
  5.   updateStage()
  6. end
  7.